Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

Remove<T>(String,String) Method






Unique identifier of the cache item.
Optional name of a region in cache.
Removes an entry from the cache.
Syntax
public override T Remove<T>( 
   string key,
   string regionName
)
'Declaration
 
Public Overloads Overrides Function Remove(Of T)( _
   ByVal key As String, _
   ByVal regionName As String _
) As T
'Usage
 
Dim instance As FileCache
Dim key As String
Dim regionName As String
Dim value As T
 
value = instance.Remove(Of T)(key, regionName)
@Override
public <T> T remove(String key, Class<?> classOfT, String regionName)
            
public:
T^ Removegeneric<typename T>
( 
   String^ key,
   String^ regionName
) override 

Parameters

key
Unique identifier of the cache item.
regionName
Optional name of a region in cache.

Type Parameters

T

Return Value

The value of the item removed from the cache if found, otherwise; null.
Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members
Overload List

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features